POST api/valuation/{valuationId}/feedbacknotified?notifiedDate={notifiedDate}&negotiatorIds[0]={negotiatorIds[0]}&negotiatorIds[1]={negotiatorIds[1]}&vendorNotified={vendorNotified}

Record that the feedback for a Valuation was notified to the vendor.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
valuationId

valuation id

integer

Required

notifiedDate

The date the vendor was notified

date

None.

negotiatorIds

The negotiator(s) who notified the vendor

Collection of integer

None.

vendorNotified

Whether or not the vendor has been notified.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.